net/http.wantConnQueue.head (field)
9 uses
net/http (current package)
transport.go#L1279: head []*wantConn
transport.go#L1286: return len(q.head) - q.headPos + len(q.tail)
transport.go#L1296: if q.headPos >= len(q.head) {
transport.go#L1301: q.head, q.headPos, q.tail = q.tail, 0, q.head[:0]
transport.go#L1303: w := q.head[q.headPos]
transport.go#L1304: q.head[q.headPos] = nil
transport.go#L1311: if q.headPos < len(q.head) {
transport.go#L1312: return q.head[q.headPos]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |